Skip to content

Conversation

@gaearon
Copy link
Contributor

@gaearon gaearon commented Sep 29, 2014

Fixes a bug introduced in #326 that caused transitions to fail.

Flux forbids actions dispatched in the middle of dispatch, but that's precisely what happens when PUSH triggers REPLACE in default abortion handler.

With this commit, we introduce a pending action queue that is always executed in one tick, but allows action handlers to fire other actions.

@ryanflorence
Copy link
Member

I don't think this is an issue anymore, please tell me to reopen if I'm wrong!

@lock lock bot locked as resolved and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants